ELB (elastic load balancing)
https://gyazo.com/e13912ba40e6d9ae8f2de03c190c0b74
Classic Load Balancer
ALB (Application Load Balancer)ALB (application load balancer).icon
Network Load Balancer
proxy protocol
https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt
Network Load Balancer のターゲットグループ属性を編集する - エラスティックロードバランシング#Proxy Protocol
Nginx.iconAccepting the PROXY Protocol | NGINX Documentation
HTTP でなければ x-forwarded-for header や x-real-ip header は使へない。その代はりに TCP header を使ふ
仕組み
proxy と backend 閒で TCP 接續を確立する
proxy は client から送られた TCP data stream の header に proxy 情報を附加し backend へ送る
header
https://ja.wikipedia.org/wiki/Transmission_Control_Protocol#:~:text=セグメントは、セグメント・-,ヘッダ,-とデータ部分
TCP data stream 中の最初の TCP segment にのみ附加される
backend が proxy header を解する
Gateway Load Balancer